@riverpod Future<bool> isPlatformAdmin(Ref ref) async { final ds = ref.watch(orgDatasourceProvider); return ds.isPlatformAdmin(); }