shouldShowPermissionRationale method

Future<bool> shouldShowPermissionRationale()

Indicates whether an explanation should be shown to the user (Temporarily denied)

Implementation

Future<bool> shouldShowPermissionRationale() async {
  throw UnimplementedError(
    'shouldShowPermissionRationale() has not been implemented.',
  );
}