checkIfSupported static method

Future<bool> checkIfSupported()

Perform a runtime check to determine if HCPP mode is supported on the current device.

Implementation

static Future<bool> checkIfSupported() =>
    _Hybrid2AndroidViewControllerInternals.checkIfSurfaceControlEnabled();