getFrequency method

Future<int> getFrequency()

Implementation

Future<int> getFrequency() {
  throw UnimplementedError();
}