示例#1
0
        public static void OnDestroy_Return()
        {
            ReactContext _context = new ReactContext();
            var          netInfo  = new NetInfoModule(new DefaultNetworkInformation(), _context);

            netInfo.OnDestroy();
        }