getUriFromFilePath method

Future<Uri?> getUriFromFilePath({
  1. required String path,
})

Implementation

Future<Uri?> getUriFromFilePath({required String path}) {
  throw UnimplementedError('getUriFromFilePath() has not been implemented.');
}