syncing method Null safety

void syncing(
  1. dynamic item
)

Implementation

void syncing(var item) {
  setState(() {
    isSyncing = item;
  });
}