dispose method
- @SupportedPlatforms.new(platforms: [WindowsPlatform()])
- @override
override
Disposes the web notification controller.
Officially Supported Platforms/Implementations:
- Windows WebView2
Use the PlatformWebNotificationController.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [WindowsPlatform()])
@override
void dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform',
);
}