listSupported property
- @Deprecated("listSupported is always true.")
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;