Future setup()

in lib/confidence_flutter_sdk_method_channel.dart [14:16]


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