isSynchronous property

  1. @override
bool get isSynchronous
override

Whether this host executes synchronously without deferral or time-slicing (e.g. in fast SSR).

Implementation

@override
bool get isSynchronous => true;