Check if the app has all the necessary permissions.
Future<bool> hasAllPermissions() async { return await _methodChannel.invokeMethod("HasAllPermissions"); }