DashStartupExecutor
Represents an executor that's designed to be launched once the DashSdk initialization is complete.
By default, any implementing functions are expected to execute on the {@code Dispatchers.Main}. This ensures that tasks which require the main thread, such as UI updates, can be handled safely by implementations of this interface.
See also
Dispatchers.Main