hasPermission method

  1. @override
Future<bool> hasPermission()

Implementation

@override
Future<bool> hasPermission() async {
  return true;
}