setCurrentSessionId method

Future<void> setCurrentSessionId(
  1. String sessionId
)

Inform native side about the current session ID so that native crashes can be tagged with the same session.

Implementation

Future<void> setCurrentSessionId(String sessionId) {
  throw UnimplementedError('setCurrentSessionId() has not been implemented.');
}