ErrorCallback typedef

ErrorCallback = void Function(String errorMessage)

Implementation

typedef void ErrorCallback(String errorMessage);