updateWhiteBoard method

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

Implementation

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