isPluginPresent property

bool isPluginPresent

Tells whether the current platform has a plugin.

Only Android, iOS, and Mac OS X are supported at the moment.

Implementation

static bool get isPluginPresent =>
    !kIsWeb && !hasSeenMissingPluginException && (isAndroid || isCupertino);