groupId property Null safety
Implementation
static Future<String?> get groupId async {
final String? groupId = await _channel.invokeMethod('groupId');
return groupId;
}
static Future<String?> get groupId async {
final String? groupId = await _channel.invokeMethod('groupId');
return groupId;
}