start method

Future<void> start()

ios

开始播放

Implementation

Future<void> start() async {
  await _channel.invokeMethod("play");
}