initialize method

void initialize({
  1. bool sandboxMode = true,
  2. String? bearerToken,
})

Initialize the plugin with configuration options and bearer token

Implementation

void initialize({bool sandboxMode = true, String? bearerToken}) {
  throw UnimplementedError('initialize() has not been implemented.');
}