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