Stops the camera.
@override Future<bool> stopCamera() async => await methodChannel.invokeMethod<bool>('stopCamera') ?? false;