getData abstract method

Future<Object?> getData(
  1. 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.

Implementation

Future<Object?> getData(PlatformFormat format);