clearAllKeyValues static method
void
clearAllKeyValues()
Clears all user and app-level key-value pairs.
Implementation
static void clearAllKeyValues() {
_methodChannel.invokeMethod('clearAllKeyValues');
}
Clears all user and app-level key-value pairs.
static void clearAllKeyValues() {
_methodChannel.invokeMethod('clearAllKeyValues');
}