getSuperProperties method

Future<Map<String, dynamic>?> getSuperProperties()

Gets super properties

Implementation

Future<Map<String, dynamic>?> getSuperProperties() async {
  return await _channel.invokeMapMethod<String, dynamic>(
      'getSuperProperties', <String, dynamic>{'appId': this._appId});
}