play method

Future<bool?> play()

Implementation

Future<bool?> play() async {
  return await _channel.invokeMethod(
    'play',
  );
}