clearSyncBodyBuilder static method
Clears the sync body builder callback.
Implementation
static void clearSyncBodyBuilder() {
_syncBodyBuilder = null;
LocusChannels.methods.invokeMethod('setSyncBodyBuilderEnabled', false);
}
Clears the sync body builder callback.
static void clearSyncBodyBuilder() {
_syncBodyBuilder = null;
LocusChannels.methods.invokeMethod('setSyncBodyBuilderEnabled', false);
}