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