putVideo method
throw UnimplementedError when Plugin Communication did not define putVideo.
Implementation
Future<void> putVideo(String path) =>
throw UnimplementedError('putVideo() has not been implemented.');
throw UnimplementedError when Plugin Communication did not define putVideo.
Future<void> putVideo(String path) =>
throw UnimplementedError('putVideo() has not been implemented.');