play method

  1. @override
Future<GoogleCastRequest> play()
override

Implementation

@override
Future<GoogleCastRequest> play() async {
  return await _channel.invokeMethod('play');
}