Initialize the Waterbus SDK with configuration
Future<void> initialize({ required SdkConfig config, }) async { await _initializeWithConfig(config); }