listSupported property

  1. @Deprecated("listSupported is always true.")
bool get listSupported

Whether the list method is supported.

The list method is supported on all platforms supported by Dart so this property is always true.

Implementation

@Deprecated("listSupported is always true.")
external static bool get listSupported;