drawInverseLine method
Implementation
@override
Future<void> drawInverseLine(int x, int y, int xend, int yend, int width) {
return methodChannel.invokeMethod<void>('drawInverseLine', {'x': x, 'y': y, 'xend': xend, 'yend': yend, 'width': width});
}