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