isBackgroundIsolateSetupComplete static method

Future<bool> isBackgroundIsolateSetupComplete()

Implementation

static Future<bool> isBackgroundIsolateSetupComplete() async =>
    await _invokeMainChannel("isBackgroundIsolateSetupComplete");