hasStoragePermission method

Future<bool> hasStoragePermission()

Returns true if the app already has storage / media-read permission.

Implementation

Future<bool> hasStoragePermission() =>
    throw UnimplementedError('hasStoragePermission() not implemented.');