menu
drop_zone package
documentation
dispatcher.dart
Dispatcher
removeZone method
removeZone method
dark_mode
light_mode
removeZone
method
void
removeZone
(
int
id
)
Implementation
void removeZone(int id) { _dragFunctions.remove(id); _dropFunctions.remove(id); }
drop_zone package
documentation
dispatcher
Dispatcher
removeZone method
Dispatcher class