destroySession method

Future<SyneriseResult<void>> destroySession()

Implementation

Future<SyneriseResult<void>> destroySession() async {
  return await SyneriseInvocation(methodChannel)
      .invokeSDKApiMethod<void>('Client/destroySession');
}