eod method

Future<String?> eod()

Implementation

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