groupId property Null safety

Future<String?> groupId

Implementation

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