Closes the Knot API session.
This method invokes the close method on the native platform.
close
@override Future<void> close() async { await methodChannel.invokeMethod('close'); }