@override Future<String?> getCurrentSessionId() async { String? sessionId = await methodChannel.invokeMethod<String>('getCurrentSessionId'); return sessionId; }