isSupported abstract method

Future<bool> isSupported()

Returns true if the platform side responds to method calls.

Used to check if a native implementation is available.

Implementation

Future<bool> isSupported();