JsonDecodeCallback typedef

JsonDecodeCallback = FutureOr Function(String)

The callback definition for decoding a JSON string.

Implementation

typedef JsonDecodeCallback = FutureOr<dynamic> Function(String);