Returns the details of the currently playing video
Future<Map<dynamic, dynamic>?> getVideoDetails() async { return await _methodChannel .invokeMethod<Map<dynamic, dynamic>>('getVideoDetails'); }