clear method

Future<void> clear()

Clears the stored profile id, global properties and the pending event queue.

Implementation

Future<void> clear() {
  throw UnimplementedError('clear() has not been implemented.');
}