isBackgroundIsolateSetupComplete static method
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");