cleanWhiteBoard method

Future<void> cleanWhiteBoard()

Implementation

Future<void> cleanWhiteBoard() async {
  await _sdk.cleanWhiteBoard();
}