menu
flutter_essentials_kit package
documentation
misc/two_way_binding.dart
TwoWayBinding<T>
close method
close method
dark_mode
light_mode
close
method
Future
<
void
>
close
(
)
Closes the two way binding.
Implementation
Future<void> close() async { await _subject.close(); }
flutter_essentials_kit package
documentation
misc/two_way_binding
TwoWayBinding<T>
close method
TwoWayBinding class