getDuration method

Future<double> getDuration()
inherited

Implementation

Future<double> getDuration() {
  return _nativeAPI.getDuration();
}