close method

Future<void> close()
override

Close the message port and free any resources associated with it.

Implementation

Future<void> close() => platform.close();