getVideoInfo method
Implementation
Future<void> getVideoInfo(
{required String? videoUri,
required Function(String?) onResult,
required Function(String? message) onError}) async {
throw UnimplementedError('getVideoInfo() has not been implemented.');
}