flutter_sprites
dart:isolate
RawReceivePort
close
close
flutter_sprites
dart:isolate
RawReceivePort
close
abstract method
close
Source
flutter_sprites
dart:isolate
RawReceivePort
Constructors
RawReceivePort
Properties
handler
hashCode
runtimeType
sendPort
Operators
operator ==
Methods
close
noSuchMethod
toString
void
close
(
)
Closes the port.
After a call to this method any incoming message is silently dropped.
Source
void close();