toggle method

Future<void> toggle()

Implementation

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