updateWhiteBoard method

  1. @override
Future<void> updateWhiteBoard(
  1. DrawModel draw,
  2. DrawActionEnum action
)
override

Implementation

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