Returns if the current user is banned
Future<bool> isBanned() { return NativeBridge.sync('CurrentUser.isBanned', '') .then((value) => jsonDecode(value)['result']); }