active method

Future<void> active()

Implementation

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