ThrowExceptionCallback typedef

ThrowExceptionCallback = void Function(String message, int errorCode)

Implementation

typedef void ThrowExceptionCallback(String message, int errorCode);