Future setup()

in lib/confidence_flutter_sdk_method_channel.dart [15:17]


  Future<void> setup(String apiKey, LoggingLevel loggingLevel) async {
    return await methodChannel.invokeMethod<void>('setup', {'apiKey': apiKey, 'loggingLevel': loggingLevel.name});
  }