@override Future<void> play() async { try { await methodChannel.invokeMethod<void>('play'); } catch (e) { if (kDebugMode) { print(e); } } }