Future<String?> getSessionId() async { String? id = await _channel.invokeMethod('getSessionId'); return id; }