startWhiteBoard method

Future<void> startWhiteBoard()

Implementation

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