getMediumApi method
Implementation
MediumApi getMediumApi() {
if (mediumApi == null) {
throw "Exception: no MediumApi registered. You should include an eliud package which implements the MediumApi and registers it onto Apis.getApis().registerMediumApi(...)";
}
return mediumApi!;
}