decodeAsync abstract method

Future<Object?> decodeAsync(
  1. String encoded
)
inherited

To implement.

Implementation

Future<S> decodeAsync(T encoded);