WhiteboardErrorCallback typedef Null safety

WhiteboardErrorCallback = void Function(int code, String? msg)

Implementation

typedef WhiteboardErrorCallback = void Function(int code, String? msg);