play method
Implementation
Future<void> play() async {
try {
await methodChannel.invokeMethod(Constant.METHOD_PLAY);
} on PlatformException catch (_) {}
}
Future<void> play() async {
try {
await methodChannel.invokeMethod(Constant.METHOD_PLAY);
} on PlatformException catch (_) {}
}