isAutoplay method

Future<bool> isAutoplay()
inherited

Implementation

Future<bool> isAutoplay() {
  return _nativeAPI.isAutoplay();
}