currentFrame method

Future<double?> currentFrame()

Implementation

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