initializeSdk method

Future<void> initializeSdk({
  1. required String publishableKey,
})

Initialize the SDK with the publishable key and client secret.

Implementation

Future<void> initializeSdk({
  required String publishableKey,
}) {
  throw UnimplementedError('initializeSdk() has not been implemented.');
}