configure method

Future<void> configure(
  1. bool sandboxMode,
  2. String secretKey
)

Implementation

Future<void> configure(bool sandboxMode, String secretKey) async {
  throw UnimplementedError('configure() has not been implemented.');
}