getIsProfileBlockedByAdmin static method

Future<bool?> getIsProfileBlockedByAdmin()

Implementation

static Future<bool?> getIsProfileBlockedByAdmin() {
  return FlyChatFlutterPlatform.instance.getIsProfileBlockedByAdmin();
}