GrpcCronetBindings class

Bindings for src/grpc_cronet.h.

Regenerate bindings with flutter pub run ffigen --config ffigen.yaml.

Constructors

GrpcCronetBindings(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
GrpcCronetBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

CreateStreamWithCallbackPort(Pointer<stream_engine> engine, int send_port) Pointer<bidirectional_stream>
Creates new bidirectional stream with send_port that will be used by the engine to communicate a need for a callback to be invoked.
FreeMemory(Pointer<Void> memory) → void
free's() what was malloc'ed()
InitDartApiDL(Pointer<Void> data) int
Initialization
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited