initPlayer method

Future<void> initPlayer()

Implementation

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