getDuration method

Future<int> getDuration()

Gets the duration of content.

Implementation

Future<int> getDuration() {
  throw UnimplementedError('getDuration() has not been implemented.');
}