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