releaseFileUrl method

Future<bool> releaseFileUrl(
  1. String fileUrl, {
  2. required int viewId,
})

Release a temporary URL previously created using createFileUrl().

Implementation

Future<bool> releaseFileUrl(String fileUrl, {required int viewId}) async {
  throw UnimplementedError('releaseFileUrl');
}