play method

Future play()

Implementation

Future play() async {
  return await _invokeMethod('play', <String, String>{
    "play": "play",
  });
}