reportError method
Reports an error with a specified errorName
, errorCode
.
errorCode
is nullable but within implementation it has default value 0
Implementation
@override
void reportError(String? errorName, int? errorCode, {Platform? platform}) {
return;
}