getDuration method

Future<double> getDuration()
override

Implementation

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