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