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