Future<dynamic> signRaw(String address, String message) => _jsApi.jsPromise('window.signApi.signRawPromise(`$address`, `$message`);');