getLocalData abstract method

Future<List<Object?>?> getLocalData()

Returns local data for each of the draggable items in current session. Will return null if drag session not local, not yet active or already completed.

Implementation

Future<List<Object?>?> getLocalData();