updateWhiteBoard method
Implementation
Future<void> updateWhiteBoard(
DrawModel draw,
DrawActionEnum action,
) async {
await _sdk.updateWhiteBoard(draw, action);
}
Future<void> updateWhiteBoard(
DrawModel draw,
DrawActionEnum action,
) async {
await _sdk.updateWhiteBoard(draw, action);
}