FakeSyncTransportHandler typedef

FakeSyncTransportHandler = Future<SyncResult> Function(SyncOperation operation)

Signature for FakeSyncTransport response handlers.

Implementation

typedef FakeSyncTransportHandler =
    Future<SyncResult> Function(SyncOperation operation);