Future<void> selectPen(bool isSelect) async { await _platform.invokeMethod('selectPen', {"isSelect": isSelect}); }