initialize method

Future<void> initialize(
  1. String environment
)

Initialize the SDK with environment name ('development' or 'production').

Implementation

Future<void> initialize(String environment) {
  throw UnimplementedError('initialize() has not been implemented.');
}