getMorseCodePlayDuration method

Future<double> getMorseCodePlayDuration(
  1. String morseCode
)

Implementation

Future<double> getMorseCodePlayDuration(String morseCode) {
  throw UnimplementedError(
    'getMorseCodePlayDuration() has not been implemented.',
  );
}