isBackgroundIsolateSetupComplete static method

Future<bool> isBackgroundIsolateSetupComplete()

if coordinating communication between foreground service function and main isolate, can use this to confirm setup complete before sending any messages

Implementation

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