close method

  1. @override
Future<void> close()
override

Closes the Knot API session.

This method invokes the close method on the native platform.

Implementation

@override
Future<void> close() async {
  await methodChannel.invokeMethod('close');
}