FutureDoubleDecoder typedef

FutureDoubleDecoder = Future<double> Function(int value, String assetType)

Implementation

typedef FutureDoubleDecoder =
    Future<double> Function(int value, String assetType);