changeValue method
Implementation
@override
Future<HtmlPlatformMediumModel> changeValue(
String documentId, String fieldName, num changeByThisValue) {
throw UnimplementedError();
}
@override
Future<HtmlPlatformMediumModel> changeValue(
String documentId, String fieldName, num changeByThisValue) {
throw UnimplementedError();
}