menu
graphql package
documentation
client.dart
Store
delete abstract method
delete abstract method
dark_mode
light_mode
delete
abstract method
void
delete
(
String
dataId
)
Delete the value of the
dataId
from the store, if preset
Implementation
void delete(String dataId);
graphql package
documentation
client
Store
delete abstract method
Store class