Package com.batch.batch_flutter
Interface Promise.ExecutorRunnable<T>
public static interface Promise.ExecutorRunnable<T>
Executor that automatically resolves the promise with the returned value once done, even
if null
-
Method Summary
-
Method Details
-
run
T run()
-