getGroupsForPage static method

Future getGroupsForPage(
  1. dynamic page,
  2. dynamic size
)

Implementation

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