parentScope

var parentScope: CoroutineScope

The FusClient creates a child scope internally as a precaution to isolate crash behavior. Pass a different scope than the default if you want to use a dispatcher other than Dispatchers.default.