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