registerWith static method
Registers the web plugin with Flutter
Implementation
static void registerWith(Registrar registrar) {
// Web implementation doesn't need method channel registration
// The StripeConnectWeb class handles all web-specific functionality
debugPrint('FlutterStripeConnectWeb: Registered web plugin');
}