checkStatus method

Future<Map<String, dynamic>> checkStatus(
  1. String videoId
)

Checks the availability status of a YouTube video

Implementation

Future<Map<String, dynamic>> checkStatus(String videoId) {
  throw UnimplementedError('checkStatus() has not been implemented.');
}