saveVideo method

Future<String?> saveVideo(
  1. String path
)

Implementation

Future<String?> saveVideo(String path) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}