fetchBaseInstrumentMetadata method

Future<MatexInstrumentMetadata?> fetchBaseInstrumentMetadata()

Implementation

Future<MatexInstrumentMetadata?> fetchBaseInstrumentMetadata() {
  return instrumentProvider.metadata(state.baseCode!);
}