getAllGroups static method

Future getAllGroups([
  1. bool fetchFromServer = false
])

Implementation

static Future<dynamic> getAllGroups([bool fetchFromServer = false]) {
  return FlyChatFlutterPlatform.instance.getAllGroups(fetchFromServer);
}