@override Future<bool> isCapturing() async { return await methodChannel.invokeMethod<bool>('isCapturing') ?? false; }