play static method

Future play()

Implementation

static Future play()async{
  await _channel.invokeMethod('play');
}