@override Future<void> setDrawingMode(String tool) async { await methodChannel.invokeMethod<void>('setDrawingMode', {'tool': tool}); }