getCurrentSessionId method

  1. @override
Future<String?> getCurrentSessionId()
override

Returns the id of the current session.

Implementation

@override
Future<String?> getCurrentSessionId() async {
  return methodChannel.invokeMethod<String?>(_getCurrentSessionIdMethodName);
}