isSupported method

Future<bool> isSupported()

True only on a Zebra device with the EMDK runtime present. Safe to call on any device (never throws). The aggregator uses this to decide whether to route to this plugin.

Implementation

Future<bool> isSupported() => _api.isSupported();