Future<T> blockConcurrencyWhile<T>(Future<T> Function() callback) => _delegate.blockConcurrencyWhile(allowInterop(callback));