Dart_Port typedef
        
  
Dart_Port = Int64
    
    
A port is used to send or receive inter-isolate messages
Implementation
typedef Dart_Port = ffi.Int64;
A port is used to send or receive inter-isolate messages
typedef Dart_Port = ffi.Int64;