Whether the connected server cannot grant runtime permissions.
@override Future<bool> isPermissionRestricted() async => await methodChannel.invokeMethod<bool>('isPermissionRestricted') ?? true;