Initialize the SDK with environment name ('development' or 'production').
Future<void> initialize(String environment) { throw UnimplementedError('initialize() has not been implemented.'); }