openVideo method

Future<Map> openVideo(
  1. String userID
)

Implementation

Future<Map> openVideo(String userID) async {
  return await _channel.invokeMethod("openVideo", {"userID": userID});
}