Future<bool> documentValidateFacematch(String session) async { await invoke( 'Document/Validate/Facematch/$session', ); return true; }