endSession method

Future<void> endSession()

Implementation

Future<void> endSession() {
  return LibNpawPluginFlutterPlatform.instance.endSession();
}