Future<bool> documentJson(String session, String data) async { await invoke( 'Document/Json/$session', body: data, ); return true; }