cut method
切票
Implementation
@override
Future<int> cut(int fd, int addr, int type, int size, int timeout) async {
return await methodChannel.invokeMethod('cut', {
'fd': fd,
'addr': addr,
'type': type,
'size': size,
'timeout': timeout,
});
}