isSupported method

Future<bool> isSupported()
inherited

Implementation

Future<bool> isSupported() {
  return _delegate.isSupported();
}