configure method
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.');
}