updateWhiteBoard method
Implementation
@override
Future<void> updateWhiteBoard(
DrawModel draw,
DrawActionEnum action,
) async {
_whiteBoardManager.updateWhiteBoard(draw, action);
}
@override
Future<void> updateWhiteBoard(
DrawModel draw,
DrawActionEnum action,
) async {
_whiteBoardManager.updateWhiteBoard(draw, action);
}