deleteGroup static method

Future deleteGroup(
  1. dynamic groupId
)

Implementation

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