hasAllPermissions method

Future<bool> hasAllPermissions()

Check if the app has all the necessary permissions.

Implementation

Future<bool> hasAllPermissions() async {
  return await _methodChannel.invokeMethod("HasAllPermissions");
}