initialize method

Future<bool> initialize(
  1. String publicKey,
  2. bool enableLogging
)

Method defintion for managing payment configuration

Implementation

Future<bool> initialize(String publicKey, bool enableLogging) {
  throw UnimplementedError('initialize() has not been implemented');
}