hasPermission method

  1. @override
Future<bool?> hasPermission()
override

Implementation

@override
Future<bool?> hasPermission() {
  // we check for permission on Native using Firebase, so no-op here
  return Future.value(null);
}