mode method

Future<String?> mode()

Implementation

Future<String?> mode() {
  throw UnimplementedError('mode() has not been implemented.');
}