ChildMovedCallback typedef

ChildMovedCallback = void Function(int fromIndex, int toIndex, DataSnapshot snapshot)

Implementation

typedef ChildMovedCallback = void Function(
    int fromIndex, int toIndex, DataSnapshot snapshot);