init__<T extends NSObject> method
初始化方法
暂时没有用处, create__方法会有相关处理
Implementation
Future<T> init__<T extends NSObject>() async {
await kMethodChannel.invokeMethod('NSObject::init', {'__this__': this});
return this;
}