autoplay method

Future<bool?> autoplay()

Implementation

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