initializeSdk method
Initialize the SDK with the publishable key and client secret.
Implementation
Future<void> initializeSdk({
required String publishableKey,
}) {
throw UnimplementedError('initializeSdk() has not been implemented.');
}
Initialize the SDK with the publishable key and client secret.
Future<void> initializeSdk({
required String publishableKey,
}) {
throw UnimplementedError('initializeSdk() has not been implemented.');
}