create static method
Opens the message channel synchronously; call start to spawn.
Implementation
static BackgroundIsolate create() => BackgroundIsolate._(ReceivePort());
Opens the message channel synchronously; call start to spawn.
static BackgroundIsolate create() => BackgroundIsolate._(ReceivePort());