isAutoplay method

Future<bool> isAutoplay()
override

Implementation

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