isAutoplay method

Future<bool?> isAutoplay(
  1. String playerReference
)

Implementation

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