重置刀头
@override Future<int> resetKnife(int fd, int addr) async { return await methodChannel.invokeMethod('resetKnife', { 'fd': fd, 'addr': addr, }); }