getData abstract method
Returns data for the given format
if available.
Note that decoder must request data for all formats it needs before
crossing async boundary.
Implementation
Future<Object?> getData(PlatformFormat format);
Returns data for the given format
if available.
Note that decoder must request data for all formats it needs before
crossing async boundary.
Future<Object?> getData(PlatformFormat format);