menu
smart_links package
documentation
smart_link_platform.dart
SmartLinkPlatform
dispose method
dispose method
dark_mode
light_mode
dispose
method
Future
<
void
>
dispose
(
)
Implementation
Future<void> dispose() async { await _subscription?.cancel(); _subscription = null; }
smart_links package
documentation
smart_link_platform
SmartLinkPlatform
dispose method
SmartLinkPlatform class