FunctionNotSupportedException constructor
FunctionNotSupportedException({
- required String functionName,
Implementation
FunctionNotSupportedException({required String functionName}) {
this.message = "Function Not Supported: $functionName";
}