Deletes a group.
Does not delete the contacts in the group, only removes the group association.
Future<void> delete(String groupId) async { await _channel.invokeMethod('groups.delete', {'groupId': groupId}); }