getSessionId method

Future<int?> getSessionId()

Implementation

Future<int?> getSessionId() async {
  return RudderSdkPlatform.instance.getSessionId();
}