close method
override
Close the message port and free any resources associated with it.
Implementation
Future<void> close() => platform.close();
Close the message port and free any resources associated with it.
Future<void> close() => platform.close();