initialize method
Initialize the Magento plugin with base URL and configuration.
Implementation
Future<bool> initialize({
required String baseUrl,
Map<String, String>? headers,
int? connectionTimeout,
int? receiveTimeout,
}) {
throw UnimplementedError('initialize() has not been implemented.');
}