parentScope

var parentScope: CoroutineScope

Parent scope for the FusClient, which creates a child scope from it to isolate crashes. Pass a custom scope to use a dispatcher other than Dispatchers.Default.