Future<int> removeWatermark() async { int code = await _channel.invokeMethod('removeWatermark') ?? -1; return code; }