isSeeking method

Future<bool> isSeeking()
inherited

Implementation

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