getGroups static method

Future getGroups()

Implementation

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