反初始化
@override Future<int> unInit() async { return await methodChannel.invokeMethod<int>('unInit') ?? -1; }