toggle method

Future<bool> toggle()

Implementation

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