configure method

Future<void> configure(
  1. String apiKey,
  2. bool isDebug,
  3. String? endpointBaseUrl,
  4. int logLevel,
)

Configure Appstack SDK with your API key and optional parameters

Implementation

Future<void> configure(
  String apiKey,
  bool isDebug,
  String? endpointBaseUrl,
  int logLevel,
) {
  throw UnimplementedError('configure() has not been implemented.');
}