getCachedVideoPath method

Future<String?> getCachedVideoPath(
  1. String url
)

Gets the local file path for a cached video.

Implementation

Future<String?> getCachedVideoPath(String url) {
  throw UnimplementedError('getCachedVideoPath() has not been implemented.');
}