menu
wire package
documentation
mixin/mixin_with_wire_data.dart
WireMixinWithWireData
remove method
remove method
dark_mode
light_mode
remove
method
Future
<
void
>
remove
(
String
dataKey
)
Implementation
Future<void> remove(String dataKey) async { if (has(dataKey)) await Wire.data(dataKey).remove(); }
wire package
documentation
mixin/mixin_with_wire_data
WireMixinWithWireData
remove method
WireMixinWithWireData mixin