clear method

Future<void> clear()

Nullify all relations

Implementation

Future<void> clear() async {
  _scope = null;
  _listener = null;
}