create static method

Future<AnalyticsManager> create({
  1. String? uniqueId,
  2. String? encryptionKey,
  3. DeviceAppAttributes? deviceAppAttributes,
})

Implementation

static Future<AnalyticsManager> create(
        {String? uniqueId,
        String? encryptionKey,
        DeviceAppAttributes? deviceAppAttributes}) =>
    _plugin.create(uniqueId, encryptionKey, deviceAppAttributes);