clear method
Clears the stored profile id, global properties and the pending event queue.
Implementation
Future<void> clear() {
throw UnimplementedError('clear() has not been implemented.');
}
Clears the stored profile id, global properties and the pending event queue.
Future<void> clear() {
throw UnimplementedError('clear() has not been implemented.');
}