getGroupsForPage static method
Implementation
static Future<dynamic> getGroupsForPage(page, size) async {
return await _channel.invokeMethod("getGroupsForPage", [page, size]);
}
static Future<dynamic> getGroupsForPage(page, size) async {
return await _channel.invokeMethod("getGroupsForPage", [page, size]);
}