totalFrames method

Future<double?> totalFrames()

Implementation

Future<double?> totalFrames() {
  throw UnimplementedError('totalFrames() has not been implemented.');
}